-
Notifications
You must be signed in to change notification settings - Fork 588
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix the test result output path for TemplateIntegrationTests #2845
base: master
Are you sure you want to change the base?
Conversation
targetDir | ||
"bin/Release/net6.0/Fake.DotNet.Cli.IntegrationTests.dll" | ||
root | ||
("src" </> "test" </> "Fake.DotNet.Cli.IntegrationTests" </> "bin" </> "Release" </> "net6.0" </> "Fake.DotNet.Cli.IntegrationTests.dll") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I pulled the change out of a version of the .NET 8 branch, so it picked up the change to avoid hard coded path separators as well
42ab2c8
to
6df8003
Compare
6df8003
to
fcaed66
Compare
@Numpsy should any previous fixes or this be documented in the release notes? |
@xperiandri #2839 maybe? (this one is just in the tests) |
Yes, not very important for consumers but makes sense to mention |
Description
I noticed when having a poke at the .NET 8 CI test failures that the 'Fake.DotNet.Cli.IntegrationTests' test results file isn't being published into the CI as the restults file is getting put under the integration tests folder rather than under the root results folder with the other 3 result xml files - so this is an attempt to fix that by using the same root results folder as the other test project runs